Welcome![Sign In][Sign Up]
Location:
Search - algorithm of des

Search list

[Crack HackDES

Description: 通过C语言,实现DES加密算法的流程,程序比较简单,仅供参考~-Through the C language, the process of realization of DES encryption algorithm, the program is relatively simple, for reference ~
Platform: | Size: 741376 | Author: Nren | Hits:

[Industry researchdes

Description: This the presentation explaining implementation of DES algorithm.-This is the presentation explaining implementation of DES algorithm.
Platform: | Size: 745472 | Author: Rohit | Hits:

[matlabdes

Description: This the presentation explaining implementation of DES algorithm.-This is the presentation explaining implementation of DES algorithm.
Platform: | Size: 424960 | Author: Rohit | Hits:

[Industry researchfips46-3

Description: This the presentation explaining implementation of DES algorithm.-This is the presentation explaining implementation of DES algorithm.
Platform: | Size: 142336 | Author: Rohit | Hits:

[GUI Developdes

Description: 设计DES算法的实现方法,编程实现DES算法的加密和解密功能-Implementation of DES algorithm design, programming DES encryption and decryption algorithms
Platform: | Size: 4712448 | Author: 李万雷 | Hits:

[Crack Hackdes

Description: DES加密解密算法的C语言实现,信息安全课程的大作业。-DES encryption and decryption algorithm of the C language, the big job of information security courses.
Platform: | Size: 10240 | Author: 李双双 | Hits:

[Crack Hackdes--Telecommunication-software

Description: 利用类似于QQ的及时通讯软件实现DES算法的加解密结果传送给发送端 方便好用 对des学习很有益。-Make use of analogy to carry out applying of DES algorithm at the QQ telecommunication software in time decryption result the transport carry for forward convenience friendly study vs the des beneficial.
Platform: | Size: 19768320 | Author: | Hits:

[CA authtest-of-3DES

Description: 3DES算法可实现对于明文的3轮DES加解密-The algorithm of 3DES
Platform: | Size: 857088 | Author: 赖健 | Hits:

[VHDL-FPGA-VerilogDescription-of-DES-with-VHDL

Description: 用VHDL描述DES算法 用硬件的方式DES加解密 体现了硬件编程人一般思想-DES algorithm using VHDL description of the way with hardware DES encryption and decryption hardware programming reflects the general thinking of people
Platform: | Size: 14336 | Author: lichen | Hits:

[Crack HackDES-lorenz

Description: 结合DES与LORENZ混沌的混合加密算法的实现 本科毕业设计-With a mixture of DES and LORENZ Chaos encryption algorithm designed to achieve graduate
Platform: | Size: 1332224 | Author: liuqiong | Hits:

[Crack Hackdes

Description: des加密算法和解密算法的完整c语言程序,在此分享啦-Encryption and decryption of des algorithm ,the integrity of the c language program, here to share it
Platform: | Size: 4096 | Author: jane | Hits:

[VHDL-FPGA-VerilogFPGA-BASIC-DES

Description: 采用vhdl实现DES算法,有详细的设计理论。为电子科技大学研究生论文。-VHDL realize the use of DES algorithm, a detailed design theory. For the University of Electronic Science and Technology Graduate thesis.
Platform: | Size: 2537472 | Author: 邓秀华 | Hits:

[Crack Hackdes

Description: des算法实现代码,利用C语言编写,内有详细的DES算法加密解密内容-the source code of DES algorithm in C, including all stuff about DES algorithm
Platform: | Size: 53248 | Author: 王沫 | Hits:

[Crack HackDES

Description: 设计DES对称加密算法,利用它对简单的密码序列进行对称加密-The design of DES symmetric encryption algorithm, using its simple password sequence for symmetric encryption
Platform: | Size: 18432 | Author: kadnqk | Hits:

[Crack HackDes_zm

Description: DES加密解密算法,使用java语言,自行设置密钥,文档中以类的形式出现。-Algorithm of DES
Platform: | Size: 4096 | Author: 张型文 | Hits:

[Crack Hackdes-daima

Description: DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。下面是关于如何实现DES算法的语言性描述:-DES ( Data Encryption Standard ) algorithm, in 1977 the U.S. government s official permission , is a 56 -bit key to encrypt 64 data . 56 keys of the DES algorithm scenery is not , and often with Des encryption expressly decipher reported , but look at the old standard encryption algorithm is always useful , but the DES algorithm has been widely used in a some occasions , she still plays a waste heat . (such as : UNIX password algorithm is DES algorithm -based ) . To modify the Triple DES is also resistant to cracking . The following is a description language on how to achieve the DES algorithm :
Platform: | Size: 48128 | Author: yhg | Hits:

[Crack HackDES

Description: DES是一种典型的块密码—一种将固定长度的平文通过一系列复杂的操作变成同样长度的密文的算法。对DES而言,块长度为64位。同时,DES使用密钥来自定义变换过程,因此算法认为只有持有加密所用的密钥的用户才能解密密文。密钥表面上是64位的,然而只有其中的56位被实际用于算法,其余8位可以被用于奇偶校验,并在算法中被丢弃。因此,DES的有效密钥长度为56位,通常称DES的密钥长度为56位。-DES is a typical block-cipher- a fixed-length level Through a complex series of operations into the algorithm of the same length of the ciphertext. Terms of the DES, the block length of 64. Meanwhile, DES uses the key to customize the transformation process, so the algorithm that only holds encryption keys the user can decrypt the ciphertext. Key surface is 64, of which only 56 are actually used in the algorithm, however, the remaining eight bits can be used for parity, and in the algorithm are discarded. Therefore, effective key length of DES to 56, usually known as the DES key length of 56 bits.
Platform: | Size: 20480 | Author: zhangyi | Hits:

[Crack HackDES

Description: 在linux下的透明文件加密解密程序,运用des算法加解密,程序很简单,大家可以借鉴学习-Linux transparent file encryption and decryption procedures, the use of des algorithm encryption and decryption, the program is very simple, we can learn from
Platform: | Size: 6144 | Author: sancy | Hits:

[Crack HackDES

Description: 本程序用DES分组密码算法实现对一个字符串的加密和解密功能。-The program block cipher algorithm using DES encryption and decryption functions of a string.
Platform: | Size: 2532352 | Author: xiaoyezi | Hits:

[OtherDES

Description: 运用DES加密算法,实现字符及数字的加密,使用VC6.0MFC开发的能实现用户界面交互-Use of DES encryption algorithm, the realization of characters and Numbers of encryption, using VC6.0 MFC development to achieve the user interface interaction
Platform: | Size: 2028544 | Author: 高飞 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 41 »

CodeBus www.codebus.net